home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / cnews.src.lzh / input / README < prev    next >
Text File  |  1980-01-01  |  810b  |  15 lines

  1. This is the input processing, which starts at rnews (aka cunbatch).  It
  2. invokes newsspool, which actually puts the stuff where it belongs (peeling
  3. off the silly and unnecessary "#! cunbatch" header, if any, as it goes).
  4.  
  5. Newsrun should be run regularly; it unspools the stuff and feeds it into
  6. the relay subsystem for processing.  Newsrunning can be used to turn this
  7. function on and off if you want to avoid news processing during busy hours.
  8.  
  9. Using rnews.immed instead of rnews.batch as rnews will arrange for newsrun
  10. to be run after each newsspool -- this is expensive but cuts down latency.
  11. If you've got a fast machine and a light newsfeed and totally lack patience,
  12. like Geoff :-), this might be a good idea; otherwise, no.
  13.  
  14. "make r" builds everything and runs a full regression test on most everything.
  15.